|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jme3.app.state.AbstractAppState
ga.view.appstate.RootNodeState
public class RootNodeState
Extended app state with a root node.
| Field Summary | |
|---|---|
protected com.jme3.scene.Node |
rootNode
|
| Fields inherited from class com.jme3.app.state.AbstractAppState |
|---|
initialized |
| Constructor Summary | |
|---|---|
RootNodeState()
Instantiates a new root node state. |
|
| Method Summary | |
|---|---|
void |
cleanup()
|
com.jme3.scene.Node |
getRootNode()
Gets the root node. |
void |
update(float tpf)
|
| Methods inherited from class com.jme3.app.state.AbstractAppState |
|---|
initialize, isEnabled, isInitialized, postRender, render, setEnabled, stateAttached, stateDetached |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected com.jme3.scene.Node rootNode
| Constructor Detail |
|---|
public RootNodeState()
| Method Detail |
|---|
public com.jme3.scene.Node getRootNode()
public void update(float tpf)
update in interface com.jme3.app.state.AppStateupdate in class com.jme3.app.state.AbstractAppStatepublic void cleanup()
cleanup in interface com.jme3.app.state.AppStatecleanup in class com.jme3.app.state.AbstractAppState
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||